home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / backup / kbackup-.000 / KBackup-1.2.7.tar / KBackup / data / Default / Config next >
Text File  |  1996-02-04  |  1KB  |  51 lines

  1. #
  2. #    Configuration "Default" for KBackup
  3. #
  4. ConfigVersion=1.2.5
  5. configname="Default"
  6. parent="/"
  7. local="NO"
  8. directoriesonly="NO"
  9. findxpertmode="NO"
  10. findxpertflags="-print"
  11. specifiedfilesonly="NO"
  12. compression="NONE"
  13. compress_options=""
  14. verify_archive="YES"
  15. archive_format="AFIO"
  16. pgpkey="root"
  17. incremental="NO"
  18. ddbufsize="4096k"
  19. double_buffering="YES"
  20. device="/dev/tape"
  21. floppy_format="1440/1440"
  22. device_type="TAPE"
  23. blockdev_fs_type="ext2"
  24. blockdev_mkfs="mkfs -t ext2 -c"
  25. datestamp="Mon Jul 17 22:02:09 GMT+0100 1995"
  26. resetdevice="/dev/tape-reset"
  27. manualedit="NO"
  28. followtarops="YES"
  29. scheduled_only_once="YES"
  30. use_multibuf="YES"
  31. multibuf_nblocks="100"
  32. multibuf_blksize="1024"
  33. multibuf_seq_info="YES"
  34. multibuf_cmd1="DEFAULT"
  35. multibuf_cmd2="DEFAULT"
  36. use_patterns="NO"
  37. manual_command="dialog --textbox /usr/doc/KBackup/manual.asc 24 77"
  38. restore_write_log="YES"
  39. remote_mode="NO"
  40. remote_host="localhost"
  41. remote_uid="adm"
  42. CreateReport="YES"
  43. ReportCommand="mail root"
  44. AutoRewind="YES"
  45.  
  46. TMP="/tmp"
  47. if [ "$EDITOR" = "" ] 
  48. then
  49.     EDITOR="vim"
  50. fi
  51.